caption {
    display: none;
}

/* Landing Pages */
.landing-page-card-row {
    margin-bottom: 20px;
}

.landing-page-card {
    border: 2px solid #BDBDBD;
    border-radius: 7px;
    border-color: #BDBDBD !important;
    padding: 30px 10px;
}

.landing-page-card-title {
    color: #15181a !important;
    font-size: 28px;
    margin: 40px 0;
}



/* Footer */

.footer {
    background-color: #2fa170;
    background-color: #2fa170;
    width: unset;
    height: unset;
    position: unset;
    bottom: unset;
    margin-top: 50px;
}

.footer-p {
    color: #fff;
    padding: 2px 0;
}

.footer-text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#footer>div.container>div>div.col-md-5>div>p:nth-child(3)>a {
    color: #fff;
    text-decoration: underline;
}

#social-icons {
    text-align: center;
    float: right;
    margin-right: 120px;
}

.poweredby-row {
    background-color: #d92644;
    border-top: 2px solid #ffff;
}

#poweredby_p {
    padding: 20px 0;
    margin-bottom: 0;
    color: #fff;
}

#hanlonClient {
    color: #fff;
    text-decoration: underline;
    font-weight: bold;
}

.nav-footer {
    position: relative;
    margin: 20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
}

.li-inline {
    /* display: inline; */
    padding: 5px;
    list-style-type: none;
}

.li-inline a {
    color: #fff;
}

#footerLink>img {
    margin-top: 60px;
    /* width: 20rem; */
}

.icons {
    color: #2fa170;
    background: #ffffff;
    border-radius: 2px;
    font-family: fontawesome;
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin: 0 4px;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    font-size: 20px;
    transition: all .5s;
    -webkit-font-smoothing: antialiased;
    font-weight: unset !important;
    text-decoration: none;
    margin-top: 20px;
}

.icons:hover,
.icons:focus {
    background: #fff;
    text-decoration: none !important;
    color: #333;
}

/* FA icons */
.icons:nth-of-type(1):before {
    content: '\f09a';
}

.icons:nth-of-type(2):before {
    content: '\f099';
}

.icons:nth-of-type(3):before {
    content: '\f16d';
}

/* Cards */
.card-green {
    border-bottom-color: rgb(57, 146, 108);
    background-color: rgba(51, 129, 96, 0.27);
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.card-help {
    min-height: 400px;
}

.card-help-link {
    text-decoration: underline;
    color: #1a1d1f;
    font-size: 17px;
    font-weight: bold;
    line-height: 25px;
}

.card-help-text {
    padding-top: 20px;
}

/* Buttons */
.btn-primary {
    background-color: rgb(217 38 68);
    border-color: rgb(217 38 68);
}

/*Styling applied to the 'Opportunities' page on Hammersmith and Fulham's portal*/
th#VacanciesTableOpportunityHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableTypeHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableSalaryHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableHoursHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTablePostcodeHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableClosesHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableTownHeaderColumn {
    background: #d92644;
    color: #fff;
}

th#VacanciesTableViewHeaderColumn {
    background: #d92644;
    color: #fff;
}

a#SkipLink {
    display: none;
}

a.link {
    color: #000;
}

.form-control:focus {
    outline: 2px dashed #000 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: #000 !important;
}

.alert-info {
    background-color: #ebebeb;
    border-color: #ebebeb;
}

div#ctl00_mCPH_ApplyStage1Div {
    background: #f3f3f3;
    border: 2px solid;
    color: #000;
    font-size: 18px;
    padding: 15px;
}

/*Styling applied to the 'Contact' page on Hammersmith and Fulham's website*/
input#DebugSendButton {
    display: none;
}

/*Styling applied to the 'Registration Selection' page on Hammersmith and Fulham's website*/
.panel.panel-primary.text-center {
    border: 2px solid #d92644;
    min-height: 200px;
}

.panel-heading {
    background: #d92644;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    font-family: 'Raleway', sans-serif;
}

a#registerOne:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}

a#registerTwo {
    margin-top: 25px;
}
a#registerTwo:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
a#registerThree:hover {
    background: #fff;
    color: #000;
    transition: 0.6s;
}
p {
    font-family: 'Raleway', sans-serif;
    color: #000;
    margin-top: 10px;
}
/*Styling applied to the client registration pages on Hammersmith and Fulham's website*/
div#ctl00_mCPH_divHeader {
    display: none;
}
label#ctl00_mCPH_lblEmail {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
label#ctl00_mCPH_Label1 {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
label#ctl00_mCPH_lblPassword {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
label#ctl00_mCPH_lblConfirmPassword {
    color: #000;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.text-info {
    --bs-text-opacity: 1;
    color: rgb(0 0 0) !important;
    font-size: 18px !important;
    font-family: 'Raleway', sans-serif;
}
/*Styling applied to the employer registration pages*/
.alert-info {
    color: #000;
    font-family: 'Raleway', sans-serif;
}
.form-label {
    margin-bottom: .5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.wizardStepStyle {
    font-size: small;
    width: 100%;
    padding: 1%;
}
.MainPanelGeneral {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #e51c28 !important;
    border-radius: 10px;
    margin-bottom: 25px;
}
.Container {
    display: flex;
    flex-direction: column;
    padding: 5px;
    background-color: #e51c28 !important;
    border-radius: 5px;
    margin-bottom: 10px;
}
span.Label {
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    font-size: 18px;
}
.GeneralTitle {
    font-size: 25px;
    margin-bottom: 10px;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
/* a#ShowGoogleAddressInputButton {
    color: #fff !important;
    font-size: 18px;
}
a#ClearAddressButton {
    color: #fff !important;
    font-size: 18px;
} */
.HeaderStyle {
    background: #e51c28 !important;
}
.HeaderContainer {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
}
.RowStyle {
    background: #e51c28 !important;
}
.MainContainerContact {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: #e51c28 !important;
    border-radius: 10px;
    margin-bottom: 25px;
    color: #fff !important;
    font-weight: bold;
}
table#ctl00_mCPH_ctrlBusinessSignup_ctrlRegistrationWizard_wiz_ContactPanel_GridContainerContact {
    border: 2px solid #fff;
}
td.dxic {
    background: #fff !important;
}
button#ctl00_mCPH_ctrl10_DateEditor_DDD_C_BC {
    color: #fff !important;
}
/*Styling applied to the enterprise registration wizard*/
.enterprise-wizard {
    width: 100%;
    background-color: #e9ecef;
    table-layout: fixed;
    border: 2px solid #d92644;
    border-style: double;
    border-width: 8px;
}